[INFO] fetching crate termal 5.0.0...
[INFO] fixing termal-5.0.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate termal 5.0.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate termal 5.0.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate termal 5.0.0
[INFO] tweaked toml for crates.io crate termal 5.0.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate termal 5.0.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate termal 5.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded termal_proc v5.0.0
[INFO] [stderr]   Downloaded place_macro_proc v1.1.0
[INFO] [stderr]   Downloaded place_macro v1.1.0
[INFO] [stderr]   Downloaded place_macro_core v1.1.0
[INFO] [stderr]   Downloaded termal_core v5.0.0
[INFO] [stderr]   Downloaded minlin v0.5.0
[INFO] [stderr]   Downloaded zune-jpeg v0.5.8
[INFO] [stderr]   Downloaded litrs v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3
[INFO] running `Command { std: "docker" "start" "eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling litrs v0.5.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling place_macro_core v1.1.0
[INFO] [stderr]    Compiling place_macro_proc v1.1.0
[INFO] [stderr]    Compiling place_macro v1.1.0
[INFO] [stderr]    Compiling minlin v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking termal_core v5.0.0
[INFO] [stderr]    Compiling termal_proc v5.0.0
[INFO] [stderr]     Checking termal v5.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `termal::progress`
[INFO] [stdout]  --> examples/progress.rs:3:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | use termal::{Result, progress::ProgressExt};
[INFO] [stdout]   |                      ^^^^^^^^ could not find `progress` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::image`
[INFO] [stdout]  --> examples/texel.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     image::{self, RawImg},
[INFO] [stdout]   |     ^^^^^ could not find `image` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "texel") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/chars.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use termal::{Result, codes, raw::enable_raw_mode, reset_terminal};
[INFO] [stdout]   |                             ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::image`
[INFO] [stdout]  --> examples/sixel.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     image::{self, RawImg},
[INFO] [stdout]   |     ^^^^^ could not find `image` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `progress_dots` found for struct `std::ops::Range<Idx>` in the current scope
[INFO] [stdout]  --> examples/progress.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 |     for _ in (0..1270).progress_dots("something") {
[INFO] [stdout]   |                        ^^^^^^^^^^^^^ method not found in `std::ops::Range<{integer}>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "chars") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/requests.rs:3:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | use termal::{Result, raw::request};
[INFO] [stdout]   |                      ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "sixel") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> tests/terminal.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     raw::{Terminal, events::AmbiguousEvent},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> tests/terminal.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     raw::{Terminal, events::AmbiguousEvent},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> tests/common/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{IoProvider, SysEvent, ValueOrMut, WaitForEvent, WaitForIn},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/hints.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/hints.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> tests/events.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     raw::events::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "hints") due to 2 previous errors
[INFO] [stderr] error: could not compile `termal` (example "progress") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (test "terminal") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/keys.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/keys.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/reader.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     raw::{enable_raw_mode, readers::prompt},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/reader.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     raw::{enable_raw_mode, readers::prompt},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "keys") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/features/codes.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/codes.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "requests") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved imports `termal::image`, `termal::raw`
[INFO] [stdout]  --> examples/features/image.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     image::{
[INFO] [stdout]   |     ^^^^^ could not find `image` in `termal`
[INFO] [stdout] ...
[INFO] [stdout] 9 |     raw::request,
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/raw/request.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{Terminal, request},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/raw/terminal.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/features/raw/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/raw/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "reader") due to 2 previous errors
[INFO] [stdout] error[E0432]: unresolved import `termal::term_text`
[INFO] [stdout]  --> tests/term_text.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     term_text::{TermText, TermTextSpan},
[INFO] [stdout]   |     ^^^^^^^^^ could not find `term_text` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (test "term_text") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `isqrt` on ambiguous numeric type `{integer}`
[INFO] [stdout]    --> examples/features/codes.rs:868:35
[INFO] [stdout]     |
[INFO] [stdout] 868 |             let b = 255 - (x * y).isqrt() * 256 / l;
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (test "events") due to 1 previous error
[INFO] [stdout] error[E0689]: can't call method `isqrt` on ambiguous numeric type `{integer}`
[INFO] [stdout]    --> examples/features/codes.rs:892:35
[INFO] [stdout]     |
[INFO] [stdout] 892 |             let b = 255 - (x * y).isqrt() * 256 / l;
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `isqrt` on ambiguous numeric type `{integer}`
[INFO] [stdout]    --> examples/features/codes.rs:919:35
[INFO] [stdout]     |
[INFO] [stdout] 919 |             let b = 255 - (x * y).isqrt() * 256 / l;
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0689.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "feature") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3", kill_on_drop: false }`
[INFO] [stdout] eb6150f89433a2231de80f40e57125234a92e7608bc6a5ee24b6eb2cabcf09c3
